home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / disk / misc / Mtools207.lha / Mtools-2.0.7 / docs / Mdir.doc < prev    next >
Encoding:
Text File  |  1994-05-27  |  1.1 KB  |  42 lines

  1. NAME
  2.        mdir - display an MSDOS directory
  3.  
  4. SYNOPSIS
  5.        mdir [ -w ] msdosdirectory
  6.  
  7.        mdir [ -w ] msdosfile [ msdosfiles...  ]
  8.  
  9. DESCRIPTION
  10.        Mdir displays the contents of an MSDOS directory.
  11.  
  12.        Mdir will allow the following command line option:
  13.  
  14.        w      Wide  output.  This option will print the filenames
  15.               across the page without displaying the file size or
  16.               creation date.
  17.  
  18.        An error occurs if a component of the path is not a direc-
  19.        tory.
  20.  
  21.        MSDOS subdirectory names are supported with either the '/'
  22.        or  '\'  separator.  The use of the '\' separator or wild-
  23.        cards will require the names to be enclosed in  quotes  to
  24.        protect them from the shell.
  25.  
  26.        The  mcd  command  may be used to establish the device and
  27.        the current working directory (relative to MSDOS),  other-
  28.        wise the default is A:/.
  29.  
  30.        Mdir  returns  0  on  success, 1 on utter failure, or 2 on
  31.        partial failure.
  32.  
  33. SEE ALSO
  34.        mcd(1)
  35.  
  36. BUGS
  37.        Allows multiple arguments, which does not follow the MSDOS
  38.        convention.
  39.  
  40.        There is no /P (pause) option.
  41.  
  42.